remove the deprecation macros for now to fix the build and give us a
authorKristian Rietveld <kris@imendio.com>
Tue, 26 Jun 2007 11:03:50 +0000 (11:03 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Tue, 26 Jun 2007 11:03:50 +0000 (11:03 +0000)
2007-06-26  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktooltips.h: remove the deprecation macros for now to fix
the build and give us a chance to fix widgets which use GtkTooltips
in their API.

svn path=/trunk/; revision=18242

ChangeLog
gtk/gtktooltips.h

index 3b55d92b49cc61d165c777354c4f201ed60995b9..49b1b257bdff9b128def16010d65c64eb1eecfc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-06-26  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktooltips.h: remove the deprecation macros for now to fix
+       the build and give us a chance to fix widgets which use GtkTooltips
+       in their API.
+
+2007-06-26  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtktooltips.[ch]:
+       * docs/reference/gtk/tmpl/gtktooltips.sgml: deprecate GtkTooltips.
+
 2007-06-25  Johan Dahlin  <jdahlin@async.com.br>
 
        * gtk/gtk-builder-convert: Add a script to convert libglade files
index 686eeae27f0a8cae93a9be447e364261d6d8604c..49dbcbfe470c57749b7bab17dd5d756f1a1b2973 100644 (file)
@@ -24,8 +24,6 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#ifndef GTK_DISABLE_DEPRECATED
-
 #ifndef __GTK_TOOLTIPS_H__
 #define __GTK_TOOLTIPS_H__
 
@@ -110,5 +108,3 @@ gboolean         gtk_tooltips_get_info_from_tip_window (GtkWindow    *tip_window
 G_END_DECLS
 
 #endif /* __GTK_TOOLTIPS_H__ */
-
-#endif /* GTK_DISABLE_DEPRECATED */